projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8862f3
)
; Fix typo in doc/lispref/display.texi.
author
Zajcev Evgeny
<zevlg@yandex.ru>
Wed, 26 Jan 2022 13:29:13 +0000
(16:29 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 27 Jan 2022 10:56:30 +0000
(12:56 +0200)
doc/lispref/display.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/display.texi
b/doc/lispref/display.texi
index 9020b98a1ebb113dccfa0336ca382c2ffff154a8..3ce93200a5c0930e9c1c1b24c4b29ebf48c756b7 100644
(file)
--- a/
doc/lispref/display.texi
+++ b/
doc/lispref/display.texi
@@
-5229,7
+5229,7
@@
is partitioned using the identity of the parameter, which is why the
parameter is a list with one element. For instance:
@lisp
-(insert (propertize "foo" '
(display (min-width (6.0)
))))
+(insert (propertize "foo" '
display '(min-width (6.0
))))
@end lisp
This will add padding after @samp{foo} bringing the total width up to